This is a simple template for a GitHub action file. Each action should be placed under its own folder under
.github/actions
folder. To reference the action in a workflow file, use the following syntax:
./github/actions/$action-folder-name$
For more information, refer to the
official documentation on GitHub